home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / gemxx19.zoo / gem++19 / src / form_hot.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-04  |  126 b   |  8 lines

  1. #ifndef form_hot_do_h
  2. #define form_hot_do_h
  3.  
  4. class GEMrawobject;
  5. int form_hot_do(GEMrawobject* tree, int *start_fld);
  6.  
  7. #endif
  8.